-
-
Couldn't load subscription status.
- Fork 754
Add disable hold-to-play 2x feature and related UI/settings Issue #3066 #3224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add disable hold-to-play 2x feature and related UI/settings Issue #3066 #3224
Conversation
|
thank you! @kalischuchhardt did anything change in the manifest file? if nothing this PR need not change it
we don't need to monitor such for every feature
code belonging to your feature can run conditionally, like: -- additionally (optionally) we got a section to immediately react on toggling off or on, without reloading youtube if any necessary or convenient, you can: youtube/js&css/web-accessible/core.js Lines 209 to 240 in c301a5d
|
Hello! I added a feature in the extension player settings that allows users to disable hold (the spacebar and mouse) to play in 2x speed. I added the feature function in js&css/webaccessible/functions.js, and I added the UI in player.js located in the menu. Thank you!